home *** CD-ROM | disk | FTP | other *** search
- Path: service-2.agate.net!usenet
- From: ettienne@agate.net (Steve Nutt)
- Newsgroups: comp.lang.c++
- Subject: Re: How to link an external libray in BC 4.0?
- Date: Tue, 09 Apr 1996 06:14:43 GMT
- Organization: DET
- Message-ID: <4kcnru$5rb@service-2.agate.net>
- References: <david.leung.3.00094C03@anu.edu.au>
- Reply-To: ettienne@agate.net
- NNTP-Posting-Host: ettienne.sdi.agate.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- david.leung@anu.edu.au (David Leung) wrote:
-
- >Can anyone tell me how to include a DOS library in the BC 4.0 complier?
- >I have spent some time to mug around the IDE environment, but I can't figure
- >out a way to do it. Many thanks in advance.
- > David Leung.
-
- Add the lib as a node in the target.
-
- i.e.
-
- * MyProgram.exe
- |-MySourceFile.cpp
- |-MyDOSLib.lib
-
- Steve
-
-